home *** CD-ROM | disk | FTP | other *** search
/ MACD 5 / MACD 5.bin / workbench / tools / czesc_2 / itacats / itacats-install.eng < prev    next >
Text File  |  1996-04-28  |  2KB  |  72 lines

  1. ; $VER: ItaCats Installation v1.0 (21.4.96)
  2. ; ItaCats v1.1+ installerscript
  3.  
  4. (complete 0)
  5.  
  6. (set #introduction
  7. (cat "\n\n\n\nThis script will install\n\nItaCats v1.2\n\nin your system."
  8. ))
  9.  
  10. (set #important
  11. (cat "\n ***************************************************\n"
  12.        " *                ItaCats is FreeWare!             *\n"
  13.        " ***************************************************\n"
  14.        " *               The catalogs are FREE!            *\n"
  15.        " *  if you want some more or want a direct update  *\n"
  16.        " *              (e-mail only), write to:           *\n"
  17.        " *                   Luca Giolo                    *\n"
  18.        " *                Via XXV Aprile, 34               *\n"
  19.        " *               45010  Rosolina (RO)              *\n"
  20.        " *           E-mail: grifon@vega.unive.it          *\n"
  21.        " ***************************************************\n"
  22. ))
  23.  
  24. (set #info
  25. (cat "\n\nItaCats is a set of italian catalogs to "
  26.      "use with several PD/Freeware/Shareware programs.\n"
  27.      "Contact the author for suggestion for next programs "
  28.      "to translate, bug reports, etc."
  29. ))
  30.  
  31. (message #introduction)
  32.  
  33. (complete 10)
  34. (message #important)
  35.  
  36. (complete 20)
  37. (message #info)
  38.  
  39. (complete 30)
  40.  
  41. (copyfiles
  42.    (prompt  "Select which catalogs you want to install")
  43.    (help
  44.             "\n\nClick on catalogs you don't want to install. "
  45.             "If you want to install them all, just press 'Proceed with copy'. "
  46.             "If you don't want to install none of the catalogs on the page, "
  47.             "click on 'Skip this part'."
  48.    )
  49.    (source "catalogs")
  50.    (dest "SYS:Locale/Catalogs/Italiano")
  51.    (all)
  52.    (confirm)
  53. )
  54.  
  55. (complete 70)
  56.  
  57. (copyfiles
  58.    (prompt  "Select which .ct files you want to install")
  59.    (help
  60.             "\n\nIf you are a software developer, you may want to install "
  61.             "the .ct files. If you are a standard user, you don't need them. "
  62.             "If you want to install 'em, click on 'Proceed with copy', else "
  63.             "click on 'Skip this part'."
  64.    )
  65.    (source "ct")
  66.    (dest "CT:")
  67.    (all)
  68.    (confirm)
  69. )
  70. (complete 100)
  71.  
  72.